MoveWindow
|
Description: |
baMoveWindow moves or resizes the specified window. |
|
Platforms: |
Windows |
|
Usage: |
baMoveWindow( WinHandle, Left , Top , Width , Height , Activate ) |
|
Arguments: |
Integer, integer, integer, integer, integer, integer. |
|
Returns: |
Void. |
|
Examples: |
Director: Authorware: |
|
Notes: |
If both Left and Top arguments are -1, then the windows current position will not be changed. If both Width and Height are -1, then the windows current size will not be changed. |
|
See also: |
baWindowInfo |